projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a46294
)
configure.ac: Use new libtool syntax
author
Javier Jardón
<jjardon@gnome.org>
Mon, 17 Oct 2011 01:55:08 +0000
(
02:55
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Mon, 17 Oct 2011 01:55:08 +0000
(
02:55
+0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 53352fd328bb72f7fe6201a95d4b9bc248f4be20..c9c2cb255429fde0fe8ef051cadd6edc6cd02505 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-114,10
+114,12
@@
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
BABL_VARIADIC_MACROS
-AC_DISABLE_STATIC
+# Check for programs
AC_PROG_CC
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
+
+# Initialize libtool
+LT_PREREQ([2.2])
+LT_INIT([disable-static win32-dll])
dnl Initialize maintainer mode
AM_MAINTAINER_MODE([enable])